xen.git
2005-09-21 kaf24@firebug... Some cleanup in tpm-related files.
2005-09-21 kaf24@firebug... Removes redundant/unnecessary __vmread/__vmwrite.
2005-09-21 kaf24@firebug... Parse vcpus for VMX guest.
2005-09-21 kaf24@firebug... Fix .hgignore and add missing vtpm patch file.
2005-09-20 kaf24@firebug... The vmx guest loading is broken from 6925 because of...
2005-09-20 kaf24@firebug... Fix __save_flags() to not complain when smp_processor_i...
2005-09-20 cl349@firebug... merge?
2005-09-20 cl349@firebug... Add support to build arch/ia64 xen kernels, also add...
2005-09-20 kaf24@firebug... Fix xenconsole when console page is >= 4GB.
2005-09-20 kaf24@firebug... Put_page on vmx_set_cr0 for multiple protected/real...
2005-09-20 cl349@firebug... merge?
2005-09-20 cl349@firebug... Fix vnc configuration issue for creating vmx guest.
2005-09-20 kaf24@firebug... Split up docs. Signed-off-by: Robb Romans <3r@us.ibm...
2005-09-20 kaf24@firebug... Add 64 bit support to the VTPM Tools plus do some minor...
2005-09-20 kaf24@firebug... Fix an operand size bug in the VMX MMIO decoder.
2005-09-20 kaf24@firebug... Dynamically generate the local apic entries in ACPI...
2005-09-19 kaf24@firebug... Add lomount to 'make uninstall' target. Remove miniterm,
2005-09-19 kaf24@firebug... Clean up 'make uninstall' target.
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... Fix kernel users of xs_write as well.
2005-09-19 kaf24@firebug... Better gdb server documentation.
2005-09-19 kaf24@firebug... Do not build PAE by default. Reverts accidental previous
2005-09-19 kaf24@firebug... Fix xc_ptrace (live debug, not coredump debug) for...
2005-09-19 cl349@firebug... Fire watches once immediately upon registration.
2005-09-19 cl349@firebug... Fix one more usage of xs_write.
2005-09-19 cl349@firebug... Remove iflag argument to xs_write
2005-09-19 cl349@firebug... Make xs_mkdir an xs_rm idempotent.
2005-09-19 kaf24@firebug... Fix gdb build script.
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... Don't do device create on domain recreate.
2005-09-19 emellor@ewanRevert accidental commit.
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 kaf24@firebug... Re-indent libxc to avoid hard tabs. Also, fix the PAE
2005-09-19 cl349@firebug... Remove last remaining "import controller" occurences.
2005-09-19 cl349@firebug... merge?
2005-09-19 kaf24@firebug... Fix VMX domains not cleaning up properly, since some...
2005-09-19 kaf24@firebug... The domain structure maintains several shadow mode...
2005-09-18 emellor@ewanAdd and use XendDomainInfo.getBackendFlags to decouple...
2005-09-18 emellor@ewanChanged dangerous default parameter values where used...
2005-09-18 emellor@ewanRemove the complexity of the config_handlers mechanism...
2005-09-18 emellor@ewanAdded allocateDeviceID, which uses the store to keep...
2005-09-18 emellor@ewanMove definition of xc and xend to avoid confusing pylint.
2005-09-18 emellor@ewanRenamed XendDomainInfo.getTargetMemory to getMemoryTarg...
2005-09-18 emellor@ewanReplaced the device handling mechanism used by XendDoma...
2005-09-18 emellor@ewanAdd behaviour to the remove methods to remove the trans...
2005-09-18 emellor@ewanIn all cases, move the creation of a new transaction...
2005-09-18 kaf24@firebug... Trivial gdb build fix from Leendert.
2005-09-17 emellor@ewanRemove assignment to unused field memory_target.
2005-09-17 emellor@ewanUse XendDomainInfo.getDomain, getName to decouple XendD...
2005-09-17 emellor@ewanRemove unused restoreFromDB, saveToDB.
2005-09-17 emellor@ewanReplace XendDomainInfo.setStoreChannel with XendDomainI...
2005-09-17 emellor@ewanAdded getVCpuCount to XendDomainInfo and use that and...
2005-09-17 emellor@ewanFix indentation.
2005-09-17 emellor@ewanAdded getTargetMemory, getSsidref methods to XendDomain...
2005-09-17 emellor@ewanIssue warning if doxygen is not installed.
2005-09-17 emellor@ewanChanged ssidref default to 0 when parsing config file.
2005-09-17 emellor@ewanAdded diagnostic message to exception when TypeError...
2005-09-17 emellor@ewanRemoved unused getDB method.
2005-09-17 emellor@ewanMoved xroot variable to not confuse pylint (and me).
2005-09-17 emellor@ewanRemoved unused impotr and marked some parameters as...
2005-09-17 emellor@ewanRename feilds to fields throughout.
2005-09-17 emellor@ewanRemove unused import, and unused class TwistedAdapter...
2005-09-17 emellor@ewanAdded _1,.._5 to dummy-variables, so that we can specif...
2005-09-17 kaf24@firebug... Small cleanup to tpm split driver.
2005-09-17 kaf24@firebug... Remove native tpm drivers from the linux sparse tree...
2005-09-16 cl349@firebug... Cleanup domain listing on xend start. Fix reaper some...
2005-09-16 cl349@firebug... Add bindings for xs_get_domain_path().
2005-09-16 cl349@firebug... Don't run reap() or domain_restarts() as side-effects...
2005-09-16 cl349@firebug... Move dom0 setup code out of initial_refresh.
2005-09-16 cl349@firebug... Remove pretty random cleanup code in _add_domain.
2005-09-16 cl349@firebug... Use "vcpu" when referring to vcpus.
2005-09-16 cl349@firebug... Make dom0_enforce_cpus() use vcpu_hotplug rather than...
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Fix the control panel problem.
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Cleanup domain reaper and domain destruction functions.
2005-09-16 cl349@firebug... Fix setStoreChannel(None) - fixes cleanup on destroy.
2005-09-16 kaf24@firebug... Clean up and re-indent netback driver.
2005-09-16 kaf24@firebug... Clean up and re-indent netfront.c
2005-09-16 kaf24@firebug... Grant-refrence allocation pools and tracking tables...
2005-09-16 kaf24@firebug... direct_remap_pfn_range() takes a vm_area_struct rather...
2005-09-16 kaf24@firebug... distclean target added to root makefile. From rusty.
2005-09-15 cl349@firebug... Simplify backend flag parsing.
2005-09-15 cl349@firebug... Export block device read-only state into store.
2005-09-15 cl349@firebug... Fix bootloader support some more.
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Maybe fix running bootloader after reboot.
2005-09-15 kaf24@firebug... Start cleaning up grant tables. gnttab_donate now called
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Update image handling code for xstransact.
2005-09-15 shand@ubuntu... Actually update domain info when dom_get() succeeds.
2005-09-15 kaf24@firebug... Fix the libxc Makefile.
2005-09-15 vh249@arcadians... add support for ipv6 address in choose_vnc_display...
2005-09-15 vh249@arcadians... fix build, strings spanning multiple lines are no longe...
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Don't special case getDomainMemory for ia64.
2005-09-15 cl349@firebug... Better build fix.
2005-09-15 kaf24@firebug... Like IA32 PAE xenlinux, we also need make VMX guest...
next